home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 013 / doshelp.arc / DIR.TXT < prev    next >
Encoding:
Text File  |  1985-03-27  |  1.1 KB  |  25 lines

  1. <<<<<<<<<<<<<<<<<<<<<     DIR  ...  DIRECTORY     >>>>>>>>>>>>>>>>>>>>>
  2.  
  3. PURPOSE:  Lists either all of the files in a directory ... or only
  4. those that are specified.  You may also indicate a Drive or a path.
  5.  
  6. ;    DIR                 ...   Lists all files on the default 
  7. ;                              directory of the default drive.
  8.  
  9. ;    DIR B:              ...   Lists all files on the default
  10. ;                              directory of Drive B.
  11.  
  12. ;    DIR C:\DATA\*.FAA   ...   Lists all files ending with the
  13. ;                              extension .FAA which are in the
  14. ;                              directory DATA on Drive C.
  15.  
  16. ;    DIR SUPPLY.M?? /W   ...   The /W provides a wide display of
  17. ;                              the directory.  The ?? are wild
  18. ;                              cards for individual characters.
  19.  
  20. ;    DIR A: /P           ...   The /P causes the screen to pause
  21. ;                              when the video screen is full.
  22. ;                              Strike any key to advance to the
  23. ;                              next screen. 
  24. ###
  25.